home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / May / di9805rl / hhform.dfm / hhform.txt
Text File  |  1998-02-27  |  765b  |  40 lines

  1. object Form1: TForm1
  2.   Left = 350
  3.   Top = 108
  4.   Width = 261
  5.   Height = 152
  6.   Caption = 'HTML Help Sample Application'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 52
  16.     Top = 13
  17.     Width = 148
  18.     Height = 13
  19.     Caption = 'HTML Help Sample Application'
  20.   end
  21.   object Button1: TButton
  22.     Left = 16
  23.     Top = 40
  24.     Width = 217
  25.     Height = 25
  26.     Caption = 'Display CHM File'
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object Button2: TButton
  31.     Left = 16
  32.     Top = 72
  33.     Width = 217
  34.     Height = 25
  35.     Caption = 'Display Popup Message'
  36.     TabOrder = 1
  37.     OnClick = Button2Click
  38.   end
  39. end
  40.